vcProductCreatorTableRow
Configuration for creating a single product instance at a specified simulation time in product creator table mode. Note that instances of this class are stand-alone objects, not wrappers for internal native objects, which means that modifying them will not change anything in product creator table mode.
See in: Overview
Module: vcProcessModel
Parent: -
Children -
Referenced by: vcProductCreatorTableMode.createRow()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| CreationTime | Real | RW | Simulation time in seconds when to create the product instance.See moreParameters: time(Real or Integer): New time to set. Exceptions: ValueError: When creation time is less than zero. Returns: Real: The time in seconds. |
| ProductType | vcProductType | RW | Gets or sets the product type to instantiate. |